Notes/Domino Fix List
 |  |
SPR # BKOH6HBGFQ | Fixed in 6.5.6; 7.0.2 release |  |



Product Area: Designer Technical Area: Java Platform: Cross Platform
Lotus Customer Support APAR: LO10701

SPR# BKOH6HBGFQ - Fixed a problem where the item value was not refreshed when it was changed by @SetField in the evaluate method.

Technote Number: 1220390

Problem:
This issue was reported to Quality Engineering as SPR# BKOH6HBGFQ and was fixed
in Notes/Domino releases 6.5.6 and 7.0.2.
Excerpt from the Lotus Notes and Domino 6.5.6 MR fix list and 7.0.2 fix list
(available at http://www.ibm.com/developerworks/lotus):
Java
SPR# BKOH6HBGFQ - Fixed a problem where the item value was not refreshed when
it was changed by @SetField in the Evaluate method.
Workaround
If you haven't yet upgraded, save the document before calling the Evaluate
method and the @SetField function will work as expected. Another workaround is
to save the document using the Save method (of the Document class) prior to
calling the Evaluate method.
For example:
doc.save(true, true);
session.evaluate("@setfield('Fieldname';'new value')", doc);
NOTE: The Evaluate method is only available for the Component Object Model
(COM) interface.
Refer to the Upgrade Central site for details on upgrading Notes/Domino. More >


Last Modified on 12/04/2013
Go back
 |